.ff_indexPage .team.mlist.ff_slider {
    padding: 400px 0;
}
.ff_indexPage .team.ff_slider .content_wrapper,
.npagePage:not(.post) .team .content_wrapper {
    position: static;

    float: none;

    width: 100%;
    height: auto;
    padding: 0;
}
.ff_indexPage .team.ff_slider .content_list .item_block {
    width: 100%;
    padding: 0;
}
.ff_indexPage .team.ff_slider .container_header {
    display: none;
}
.ff_indexPage .team.mlist .owl-nav [class*='owl-'] {
    display: block;

    border-radius: 50%;
}
.ff_indexPage .team.mlist .owl-nav [class*='owl-']:hover {
    background-color: rgb(255 255 255);
}
.ff_indexPage .team.mlist .owl-nav [class*='owl-']:hover .iconfont {
    color: rgb(0 0 0);
}
.ff_indexPage .team.mlist .owl-nav .owl-prev {
    left: -90px;
}
.ff_indexPage .team.mlist .owl-nav .owl-next {
    right: -90px;
}
.ff_indexPage .team.mlist.ff_slider .content_list .item_img {
    top: 57px;
    left: 58px;

    width: 40px;
}
.ff_indexPage .team.mlist.ff_slider .content_list .item_block:nth-child(1) {
    border: 1px solid rgb(170 170 170 / 0.2);
}
.ff_indexPage .team.mlist.ff_slider .content_list .owl-item {
    margin-right: -1px;
}
.ff_indexPage .team.mlist.ff_slider .content_list .owl-stage-outer {
    margin: 0 -1px;
    padding: 0 1px;
}
.ff_indexPage .team.mlist.ff_slider .content_list .item_block::before,
.ff_indexPage .team.mlist.ff_slider .content_list .item_block:hover::before {
    top: 0;
    left: 0;

    padding: 0;
}


.videom.mlist .content_wrapper {
    margin-right: -40px;
}

.videom.mlist .content_list .item_block {
    border: none;
    width: calc(25% - 40px);
    margin: 0 40px 40px 0;
    float: left;
}
.videom.mlist .content_list .item_block .date_wrap,
.videom.mlist .content_list .item_block .details {
    display: none;
}

.videom.mlist .content_list .item_block .item_wrapper {
    padding: 20px;
}


//点击的视频
.videom.mlistpost .listContent_post .content_list::after {
    display: block;
    clear: both;

    content: "";
}

.videom.mlistpost .listContent_post .content_wrapper {
    position: relative;

    margin-right: -15px;
}

.videom.mlistpost .listContent_post .content_wrapper.slider {
    margin-right: 0;
}

.videom.mlistpost .listContent_post .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.videom.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.videom.mlistpost .listContent_post .item_block {
    position: relative;

    float: left;

    width: calc(100% / 3 - 15px);
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;

    transition: all 0.36s ease;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}

.vPlayArea {
    width: 100%;
    height: 100%;
}

.vPlayArea .vPlayItem {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 960px;
    height: 618px;
    margin-top: -456px;
    margin-left: -480px;
    padding: 10px;

    transition: margin 0.36s ease, background 1s ease, border-color 1s ease;

    border: 1px solid #dedede;
    background: #fff;
}

.vPlayArea .vPlayItem video {
    width: 100%;
}

.vPlayArea.vshow .vPlayItem {
    margin-top: -336px;
}

.videoTabBtns {
    position: absolute;
    top: 50%;

    width: 100%;
    height: 0;

    transition: opacity 1s ease;
    transform: translateY(-50%);
}

.videoTabBtns .videoTabBtn {
    position: absolute;
    top: 0;

    width: 50px;
    height: 50px;
    margin-top: -25px;

    cursor: pointer;
    text-align: center;

    background: #fff;
}

.videoTabBtns .videoTabBtn .icon {
    text-align: center;
}

.videoTabBtns .videoTabBtn.next {
    right: 0;
}

.videoTabBtns .videoTabBtn.next .icon:after {
    font-family: "FontAwesome";
    font-size: 14px;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    line-height: 50px;

    content: "";
    text-transform: none;

    color: inherit;
    color: #848484;

    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.videoTabBtns .videoTabBtn.prev {
    left: 0;
}

.videoTabBtns .videoTabBtn.prev .icon:after {
    font-family: "FontAwesome";
    font-size: 14px;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    line-height: 50px;

    content: "";
    text-transform: none;

    color: inherit;
    color: #848484;

    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.videoInfor {
    position: relative;

    width: 100%;
    height: 48px;
    padding: 15px 0 0;

    transition: opacity 1s ease;
}

.videoInfor .title {
    font-size: 16px;

    color: #2e2e2e;
}

.videoInfor .subtitle {
    font-size: 13px;
    line-height: 22px;

    margin-top: 6px;

    color: #7d7d7d;
}

.videoBg {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: background 1s ease;

    background: rgba(0, 0, 0, 0.8);
}

.videoBg.deepView {
    background: rgba(0, 0, 0, 0.9);
}

.videoBg.deepView .vPlayItem {
    border-color: transparent;
    background: transparent;
}

.videoBg.deepView .videoInfor {
    opacity: 0;
}

.videoBg.deepView .videoTabBtns {
    opacity: 0;
}